home *** CD-ROM | disk | FTP | other *** search
/ Champak 45 / Vol 45.iso / games / escape.swf / scripts / DefineSprite_214 / frame_38 / DoAction.as
Encoding:
Text File  |  2005-08-23  |  252 b   |  14 lines

  1. this.stop();
  2. hadou_cnt = 10;
  3. _root.bg_sky.gotoAndPlay(2);
  4. _root.mySound.attachSound("s_hadou01.wav");
  5. _root.mySound.start([0,1]);
  6. this.onEnterFrame = function()
  7. {
  8.    hadou_cnt -= 1;
  9.    if(hadou_cnt < 0)
  10.    {
  11.       gotoAndStop(43);
  12.    }
  13. };
  14.